|
|
|
|
InsertFirst Method, ItemClass Class |
Inserts a new item as the first sibling of this item.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public Function InsertFirst() As ItemClass |
C# |
public ItemClass InsertFirst(); |
C++ |
public: ItemClass^ InsertFirst(); |
Return Value
The new item.
Comments
The InsertFirst method inserts a new item as the first sibling of this item.
In other words, InsertFirst inserts a new item as the parent's first dependent.